h2 {
    font-size: 2em;
}

.form-control, .form-select{
    font-size: 1.5em;
}

.container-lg {
    position: relative;
    top: -90px;
    z-index: 1;
}

form {
    margin-left: 20px;
    margin-right: 20px;
}

h2 {
    font-family: "K2D", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #424242;

    border-left: solid;  
    border-width: 5px;
    border-color: #104C3B;

    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3em;
    padding-left: 15px;
}
.form-control, .form-select {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;

    font-size: 1.5em;

    background-color: #d9d9d9;
    border: solid 1px;
    border-color: #424242;
    border-radius: 0px;

    margin-bottom: 5px;
    /* margin-right: 5px; */
}

.input-group .form-control, .input-group .form-select{
    width: 50px;
}

.col-lg-12{
    padding-top: 0.75em;
    background-color: #eaeaea;

    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.295);
}

textarea {
    height: 250px;
}

.btn {
    background-color: #38a888;
    color: #eaeaea;
    border-radius: 0px;
    padding: 10px 40px;

    margin-bottom: 50px;

    font-family: "K2D", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}

.btn:hover {
    background-color: #24725c;
    color: #eaeaea;
    border-radius: 0px;
}

@media only screen and (max-width: 600px) {
    .form-select {
        width:0px;
    }

    form h2 {
        font-size: 2em;
        padding-left: 15px;
    }

    .form-control, .form-select {
        font-size: 1em;
    
    }
    
}